home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFASM.DOC < prev    next >
Text File  |  1991-05-13  |  1KB  |  36 lines

  1.             GifAsm
  2.             ------
  3.  
  4. Program to assemble few GIF files into one, or disassemble single GIF file
  5. with multiple images into single image files.
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: GifAsm [-q] [-a] [-d OutFileName] [-h] GifFile(s)
  11.  
  12.   If no GifFile is given, GifAsm will try to read stdin for GIF file, if
  13. in disassembly mode only (-d).
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 2. [-a] : Assemble. This is the default, and the GifFile(s) are assembled to
  27.    stdout. Note the screen descriptor (including screen color map) is taken
  28.    from the first file, while other screen descriptors are ignored.
  29.    As this mode requires at list 2 GIF files as input, no attempt will be
  30.    made to read stdin if none specified on command line.
  31. 3. [-d OutFileName] : Disassmble GifFile (if specified on command line) or
  32.    stdin, into several files of the form OutFileNameXX, where XX are two
  33.    decimal digits. Obviously up to 100 files can be generated this way.
  34.    Note in this mode nothing is sent to stdout.
  35. 4. [-h] : print one command line help, similar to Usage above.
  36.